Vcenter Ovf LibraryItem CreateSpec

Vcenter Ovf LibraryItem CreateSpec
Vcenter Ovf LibraryItem CreateSpec

The Vcenter Ovf LibraryItem CreateSpec schema defines the information used to create or update a library item containing an OVF package.

JSON Example
{
    "name": "string",
    "description": "string",
    "flags": [
        "string"
    ],
    "library_item_source_id": "string"
}
string
name
Optional

Name to use in the OVF descriptor stored in the library item.

If missing or null, the server will use source's current name.

string
description
Optional

Description to use in the OVF descriptor stored in the library item.

If missing or null, the server will use source's current annotation.

array of string
flags
Optional

Flags to use for OVF package creation. The supported flags can be obtained using GET /vcenter/ovf/export-flag.

If missing or null, no flags will be used.

string
library_item_source_id
Optional

Source identifier of the library item for image identification.

This property was added in vSphere API 9.1.0.0.

If missing or null, no source identifier will be used.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.Item. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.Item.